home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel PPC / diff / lib_test < prev    next >
Encoding:
Text File  |  1996-06-13  |  4.8 KB  |  108 lines  |  [TEXT/EDIT]

  1. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_fixed_array3.e
  2. diff -r lib_test/aux_generic2.e /users/prof/colnet/SmallEiffel/lib_test/aux_generic2.e
  3. 13d12
  4. <       local
  5. 15c14
  6. <      t.put(t.last,t.upper)
  7. ---
  8. >      t.put(t.last,t.upper);
  9. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic5.e
  10. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic6ht.e
  11. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic6ll.e
  12. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic6xct.e
  13. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic7ht.e
  14. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic7ll.e
  15. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic7xct.e
  16. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic8a.e
  17. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic8b.e
  18. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_inherit_array2.e
  19. Only in lib_test: aux_rename.e
  20. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_rename1.e
  21. Only in lib_test: bug_array2aux.e
  22. Only in lib_test: bug_array3.e
  23. Only in lib_test: bug_array4.e
  24. Only in lib_test: bug_array_aux.e
  25. Only in /users/prof/colnet/SmallEiffel/lib_test: bug_eval20.e
  26. diff -r lib_test/aux_generic2.e /users/prof/colnet/SmallEiffel/lib_test/aux_generic2.elib_test/bug_generic2.e /users/prof/colnet/SmallEiffel/lib_test/bug_generic2.e
  27. 17c17
  28. <      !!g.use(<<1 2>>);
  29. ---
  30. >      !!g.use(<<1,2>>);
  31. Only in lib_test: bug_generic3.e
  32. Only in lib_test: bug_generic4.e
  33. Only in /users/prof/colnet/SmallEiffel/lib_test: test_array2a.e
  34. Only in /users/prof/colnet/SmallEiffel/lib_test: test_array3.e
  35. Only in /users/prof/colnet/SmallEiffel/lib_test: test_array4.e
  36. Only in /users/prof/colnet/SmallEiffel/lib_test: test_array_to_external.e
  37. Only in lib_test: test_character.e
  38. Only in /users/prof/colnet/SmallEiffel/lib_test: test_character1.e
  39. Only in /users/prof/colnet/SmallEiffel/lib_test: test_character2.e
  40. diff -r lib_test/bug_generic2.e /users/prof/colnet/SmallEiffel/lib_test/bug_generic2.elib_test/test_eval12.e /users/prof/colnet/SmallEiffel/lib_test/test_eval12.e
  41. 22a23,26
  42. >      a := Void;
  43. >      check
  44. >         a = Void;
  45. >      end;
  46. 23a28,32
  47. >      check
  48. >         a.item(1) = 1;
  49. >         a.item(2) = 2;
  50. >         a.item(3) = 3;
  51. >      end;
  52. Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval16.e
  53. Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval17.e
  54. Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval18.e
  55. Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval19.e
  56. diff -r lib_test/test_eval12.e /users/prof/colnet/SmallEiffel/lib_test/test_eval12.elib_test/test_eval9.e /users/prof/colnet/SmallEiffel/lib_test/test_eval9.e
  57. 52a53
  58. Only in /users/prof/colnet/SmallEiffel/lib_test: test_fixed_array3.e
  59. Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic3.e
  60. Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic4.e
  61. Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic5.e
  62. Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic6.e
  63. Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic7.e
  64. Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic8.e
  65. Only in /users/prof/colnet/SmallEiffel/lib_test: test_inherit_array2.e
  66. Only in /users/prof/colnet/SmallEiffel/lib_test: test_inherit_array3.e
  67. diff -r lib_test/test_eval9.e /users/prof/colnet/SmallEiffel/lib_test/test_eval9.elib_test/test_inspect1.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect1.e
  68. 53c53
  69. < end -- class TEST_INSPECT1
  70. ---
  71. > end -- TEST_INSPECT1
  72. diff -r lib_test/test_inspect1.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect1.elib_test/test_inspect2.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect2.e
  73. 1c1,4
  74. < class TEST_INSPECT3
  75. ---
  76. > -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  77. > -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  78. > --
  79. > class TEST_INSPECT2
  80. 3,4c6
  81. < creation {ANY}
  82. <    make
  83. ---
  84. > creation make
  85. 6c8
  86. < feature {ANY}
  87. ---
  88. > feature 
  89. 19c21
  90. < end -- class TEST_INSPECT3
  91. ---
  92. > end -- TEST_INSPECT2
  93. Only in /users/prof/colnet/SmallEiffel/lib_test: test_inspect3.e
  94. diff -r lib_test/test_inspect2.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect2.elib_test/test_manifest_array.e /users/prof/colnet/SmallEiffel/lib_test/test_manifest_array.e
  95. 27d26
  96. <      
  97. Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array4.e
  98. Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array5.e
  99. Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array6.e
  100. Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array7.e
  101. Only in /users/prof/colnet/SmallEiffel/lib_test: test_none1.e
  102. Only in /users/prof/colnet/SmallEiffel/lib_test: test_out1.e
  103. Only in /users/prof/colnet/SmallEiffel/lib_test: test_platform2.e
  104. Only in /users/prof/colnet/SmallEiffel/lib_test: test_pre_once2.e
  105. Only in lib_test: test_rename.e
  106. Only in /users/prof/colnet/SmallEiffel/lib_test: test_rename1.e
  107.